home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars1.dxr / 00117.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  163 b   |  10 lines

  1. on exitFrame
  2.   global gMoovLength
  3.   if the movieTime of sprite 5 < gMoovLength then
  4.     go(the frame - 1)
  5.   else
  6.     unsetQT(5)
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.